From db8d09f56310be2e818b63d90e2b520892088573 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 6 Mar 2014 13:44:42 +0100 Subject: [PATCH] Revert "credit: change default timeslice to 5ms" This reverts commit 348dee3b8afb72cb4713d2e6600b4e86e0cc1723 (retracted by author/maintainer). --- xen/common/sched_credit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xen/common/sched_credit.c b/xen/common/sched_credit.c index 61553d977e..db5512e3ed 100644 --- a/xen/common/sched_credit.c +++ b/xen/common/sched_credit.c @@ -29,9 +29,9 @@ * Basic constants */ #define CSCHED_DEFAULT_WEIGHT 256 -#define CSCHED_TICKS_PER_TSLICE 1 -/* Default timeslice: 5ms */ -#define CSCHED_DEFAULT_TSLICE_MS 5 +#define CSCHED_TICKS_PER_TSLICE 3 +/* Default timeslice: 30ms */ +#define CSCHED_DEFAULT_TSLICE_MS 30 #define CSCHED_CREDITS_PER_MSEC 10 -- 2.30.2